[INFO] cloning repository https://github.com/dtrosien/stream-processor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dtrosien/stream-processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Fstream-processor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Fstream-processor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3f9adaefb1286a68be73b1449b54aca5e6aa78b
[INFO] testing dtrosien/stream-processor against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdtrosien%2Fstream-processor" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dtrosien/stream-processor
[INFO] finished tweaking git repo https://github.com/dtrosien/stream-processor
[INFO] tweaked toml for git repo https://github.com/dtrosien/stream-processor written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dtrosien/stream-processor on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dtrosien/stream-processor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f256d8f0b38b2e7091e1b76ad4a8ed4629d910f1ee52652cbfd522677aa16c6b
[INFO] running `Command { std: "docker" "start" "-a" "f256d8f0b38b2e7091e1b76ad4a8ed4629d910f1ee52652cbfd522677aa16c6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f256d8f0b38b2e7091e1b76ad4a8ed4629d910f1ee52652cbfd522677aa16c6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f256d8f0b38b2e7091e1b76ad4a8ed4629d910f1ee52652cbfd522677aa16c6b", kill_on_drop: false }`
[INFO] [stdout] f256d8f0b38b2e7091e1b76ad4a8ed4629d910f1ee52652cbfd522677aa16c6b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c564b5f4f8657236debf5274dc2b40b67796ce3c419c5edc47a9055cd36c69e2
[INFO] running `Command { std: "docker" "start" "-a" "c564b5f4f8657236debf5274dc2b40b67796ce3c419c5edc47a9055cd36c69e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling arrow-schema v51.0.0
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling rustls-pki-types v1.5.0
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling flatbuffers v23.5.26
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustls-native-certs v0.7.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.5
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling ordered-float v4.2.0
[INFO] [stderr]    Compiling num-iter v0.1.44
[INFO] [stderr]    Compiling rdkafka-sys v4.7.0+2.3.0
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling libz-sys v1.1.16
[INFO] [stderr]    Compiling libflate_lz77 v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling dary_heap v0.3.6
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling libflate v2.0.0
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling lz4_flex v0.11.3
[INFO] [stderr]    Compiling num v0.4.2
[INFO] [stderr]    Compiling arrow-buffer v51.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling flate2 v1.0.29
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling arrow-data v51.0.0
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.14.0
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling deunicode v1.4.4
[INFO] [stderr]    Compiling regex-lite v0.1.5
[INFO] [stderr]    Compiling fake v2.9.2
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling num_enum v0.5.11
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]    Compiling rustls-webpki v0.102.3
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling snafu v0.7.5
[INFO] [stderr]    Compiling serde_derive v1.0.199
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling prost-derive v0.12.4
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling opentelemetry v0.22.0
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]    Compiling typed-builder-macro v0.16.2
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]    Compiling apache-avro-derive v0.16.0
[INFO] [stderr]    Compiling zstd v0.13.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]    Compiling typed-builder v0.16.2
[INFO] [stderr]    Compiling prost v0.12.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tokio-io-timeout v1.2.0
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling opentelemetry_sdk v0.22.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.4.4
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling apache-avro v0.16.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.23.0
[INFO] [stderr]    Compiling arrow-array v51.0.0
[INFO] [stderr]    Compiling arrow-select v51.0.0
[INFO] [stderr]    Compiling arrow-row v51.0.0
[INFO] [stderr]    Compiling arrow-arith v51.0.0
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling arrow-cast v51.0.0
[INFO] [stderr]    Compiling arrow-string v51.0.0
[INFO] [stderr]    Compiling arrow-ord v51.0.0
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling arrow-ipc v51.0.0
[INFO] [stderr]    Compiling arrow-csv v51.0.0
[INFO] [stderr]    Compiling arrow-json v51.0.0
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.4
[INFO] [stderr]    Compiling parquet v51.0.0
[INFO] [stderr]    Compiling arrow v51.0.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling hyper-timeout v0.4.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling object_store v0.9.1
[INFO] [stderr]    Compiling rdkafka v0.36.2
[INFO] [stderr]    Compiling tonic v0.11.0
[INFO] [stderr]    Compiling opentelemetry-proto v0.5.0
[INFO] [stderr] error: could not compile `tonic` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name tonic --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="channel"' --cfg 'feature="codegen"' --cfg 'feature="prost"' --cfg 'feature="tls"' --cfg 'feature="tls-roots"' --cfg 'feature="tls-roots-common"' --cfg 'feature="transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "codegen", "default", "gzip", "prost", "tls", "tls-roots", "tls-roots-common", "tls-webpki-roots", "transport", "zstd"))' -C metadata=fb00972e260560c7 -C extra-filename=-fee837e4c6f55d84 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-e7f704162b59d8ce.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-dc601fac6a920b17.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-f99f4bb8d3afeb68.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-64299f9d815d057c.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c2a396be262bdae.rmeta --extern h2=/opt/rustwide/target/debug/deps/libh2-f4572bc521e0bfff.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-300cd194aaa5916d.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-65fb2432903b6760.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-c37ee0a39c415cf7.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-55fb665c4048d509.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-196f4aa94cadd741.rmeta --extern prost=/opt/rustwide/target/debug/deps/libprost-93faa16aafbd6f54.rmeta --extern rustls_native_certs=/opt/rustwide/target/debug/deps/librustls_native_certs-874b41eef22f1b4d.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-a31568c5827e2d87.rmeta --extern rustls_pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-22869e650ee97f6d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0aa6dd9b609d7f6c.rmeta --extern tokio_rustls=/opt/rustwide/target/debug/deps/libtokio_rustls-75b40e68547f9c38.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-753d5ef56426f42a.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-cdf8bcceeb6651ca.rmeta --extern tower_layer=/opt/rustwide/target/debug/deps/libtower_layer-d544d4bd616865b8.rmeta --extern tower_service=/opt/rustwide/target/debug/deps/libtower_service-aa28c9aa29f1c654.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-9726417aba3bf735.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-7a0a93d9ff2f0e03/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `parquet` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name parquet --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/parquet-51.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="arrow"' --cfg 'feature="arrow-array"' --cfg 'feature="arrow-buffer"' --cfg 'feature="arrow-cast"' --cfg 'feature="arrow-data"' --cfg 'feature="arrow-ipc"' --cfg 'feature="arrow-schema"' --cfg 'feature="arrow-select"' --cfg 'feature="async"' --cfg 'feature="base64"' --cfg 'feature="brotli"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="futures"' --cfg 'feature="lz4"' --cfg 'feature="lz4_flex"' --cfg 'feature="snap"' --cfg 'feature="tokio"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrow", "arrow-array", "arrow-buffer", "arrow-cast", "arrow-csv", "arrow-data", "arrow-ipc", "arrow-schema", "arrow-select", "async", "base64", "brotli", "clap", "cli", "default", "experimental", "flate2", "futures", "json", "lz4", "lz4_flex", "object_store", "serde", "serde_json", "snap", "test_common", "tokio", "zstd"))' -C metadata=ed5bc851a3309c86 -C extra-filename=-0405f2680174ab41 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-cabbfcd002136d0f.rmeta --extern arrow_array=/opt/rustwide/target/debug/deps/libarrow_array-86c153f4cd98d654.rmeta --extern arrow_buffer=/opt/rustwide/target/debug/deps/libarrow_buffer-9579d380d9790d53.rmeta --extern arrow_cast=/opt/rustwide/target/debug/deps/libarrow_cast-d8c1e5c8bf0b55c6.rmeta --extern arrow_data=/opt/rustwide/target/debug/deps/libarrow_data-d516832b71c679a7.rmeta --extern arrow_ipc=/opt/rustwide/target/debug/deps/libarrow_ipc-599c7b2f211956c8.rmeta --extern arrow_schema=/opt/rustwide/target/debug/deps/libarrow_schema-d159909763bc9fef.rmeta --extern arrow_select=/opt/rustwide/target/debug/deps/libarrow_select-634b4efe6d95a6c2.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-78d8dc57c3b9852a.rmeta --extern brotli=/opt/rustwide/target/debug/deps/libbrotli-81bb94da247fca75.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-9c2a396be262bdae.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ac12568a06432401.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-3ac2f170ec2fef43.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-6639ede73612c6dd.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-ad538972962add61.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-9dbb75234fa537e4.rmeta --extern lz4_flex=/opt/rustwide/target/debug/deps/liblz4_flex-ab8e0142d8bddff4.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-5bb2a4f53e2af312.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-be51ca79b72ac08b.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c055e4a9762de25a.so --extern seq_macro=/opt/rustwide/target/debug/deps/libseq_macro-97ddbf3355b082c6.so --extern snap=/opt/rustwide/target/debug/deps/libsnap-ce3e66b7fdbf9b7e.rmeta --extern thrift=/opt/rustwide/target/debug/deps/libthrift-92c14f263db90836.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0aa6dd9b609d7f6c.rmeta --extern twox_hash=/opt/rustwide/target/debug/deps/libtwox_hash-147e163009c3b701.rmeta --extern zstd=/opt/rustwide/target/debug/deps/libzstd-03e1210debeeabd7.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-3b4dd5515f529126/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "c564b5f4f8657236debf5274dc2b40b67796ce3c419c5edc47a9055cd36c69e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c564b5f4f8657236debf5274dc2b40b67796ce3c419c5edc47a9055cd36c69e2", kill_on_drop: false }`
[INFO] [stdout] c564b5f4f8657236debf5274dc2b40b67796ce3c419c5edc47a9055cd36c69e2
